All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.Value
NSValue
.
[[NSValue
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
- isEqualToValue:
Objective-C instance method.
- pointValue
Objective-C instance method.
- rectValue
Objective-C instance method.
- sizeValue
Objective-C instance method.
+ valueWithPoint:
Objective-C class method.
+ valueWithRect:
Objective-C class method.
+ valueWithSize:
Objective-C class method.
protected Value(boolean shouldAllocate, int objcObject)
public Value()
[[NSValue
alloc] init]
.
public Value(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public native boolean isEqualToValue(Value value)
- isEqualToValue:
Objective-C instance method.
public static native Value valueWithPoint(Point point)
+ valueWithPoint:
Objective-C class method.
public static native Value valueWithSize(Size size)
+ valueWithSize:
Objective-C class method.
public static native Value valueWithRect(Rect rect)
+ valueWithRect:
Objective-C class method.
public native Point pointValue()
- pointValue
Objective-C instance method.
public native Size sizeValue()
- sizeValue
Objective-C instance method.
public native Rect rectValue()
- rectValue
Objective-C instance method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index